home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / opussdk / include / dopus / clipboard.h < prev    next >
C/C++ Source or Header  |  1996-08-28  |  355b  |  16 lines

  1. #ifndef _DOPUS_CLIP
  2. #define _DOPUS_CLIP
  3.  
  4. /*****************************************************************************
  5.  
  6.  Clipboard
  7.  
  8.  *****************************************************************************/
  9.  
  10. void CloseClipBoard(APTR);
  11. APTR OpenClipBoard(ULONG);
  12. long ReadClipString(APTR,char *,long);
  13. BOOL WriteClipString(APTR,char *,long);
  14.  
  15. #endif
  16.